TimeSeconds Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerAlarm.TimeSeconds Property

Specifies the seconds portion of the time at which the alarm will go off.


[Visual Basic]
Public Property TimeSeconds As Double

[C#]
public Double TimeSeconds {get; set;}

[C++]
HRESULT get_TimeSeconds(
   double* retval
);
HRESULT put_TimeSeconds(
   double val
);

Remarks

Note that the actual time of the alarm is the sum of Trigger Alarm Time Seconds and Trigger Alarm Time Fraction. The time is specified as the sum of two values because a single double-precision floating-point does not have sufficient range and resolution to specify the time. Once the alarm goes off, it will repeat at the period set by Trigger Alarm Period the number of times set by Trigger Alarm Count.

See Also

IIviLxiSyncTriggerAlarm Interface | IIviLxiSyncTriggerAlarm Members | Ivi.LxiSync.Interop Namespace